Welcome![Sign In][Sign Up]
Location:
Search - chat UDP

Search list

[Internet-Networkchap4sock

Description: 1. 目录simpletcp是通过Winsock API实现TCP聊天的程序,程序中集成了服务器端和客户端;2. 目录simpleudp是通过Winsock API实现UDP聊天的程序;3. 目录winsock control是通过winsock控件实现聊天的程序,其中子目录tcp是通过winsock控件实现tcp聊天的程序、而子目录udp是通过winsock控件实现udp聊天的程序;-1. Contents simpletcp through Winsock API TCP chatting procedures , the integration process server and the client; 2. Contents simpleudp through Winsock API UDP chatting procedures; 3. Contents winsock control is achieved through chat winsock control procedures, tcp subdirectory which is achieved through winsock tcp Chat Control procedures and subdirectories udp through winsock Controlware udp chatting procedures;
Platform: | Size: 75776 | Author: marble | Hits:

[VOIP programvcPhone

Description: 一个用vc开发的、基于UDP协议的点对点语音聊天程序。-with a vc development, based on the point-to-point UDP Voice Chat procedures.
Platform: | Size: 74752 | Author: 李静 | Hits:

[JSP/Java200609031100264924

Description: JAVA 编写的udp聊天室(最简单) -JAVA prepared by the udp Chat Room (the simplest)
Platform: | Size: 18432 | Author: Xi Xie | Hits:

[CommunicationVFPChat

Description: 用VFP编的一个用WinSock写的聊天程序,基于UDP的。-with VFP addendum to the use of a chat WinSock write procedures, based on UDP.
Platform: | Size: 53248 | Author: MOL | Hits:

[Internet-Networkudp_talk_program

Description: 一个可以实现局域网内聊天的程序,在LINUX下调试通过。是个简单的UDP学习程序。-a LAN can be achieved within Chat procedures, the adoption of Linux debugging. Is a simple UDP learning process.
Platform: | Size: 2048 | Author: 文哲元 | Hits:

[Internet-NetworkChat_With_Udp_Isconn

Description: udp的简单实现,聊天程序,基于mfc实现的,适合初学者-udp simple realization, chat procedures, based on mfc achieve, and for beginners
Platform: | Size: 17408 | Author: 张及 | Hits:

[ICQ-IM-ChatudpQQ

Description: 它是一个很好的聊天工具源代码能很好的帮助您学习-it is a very good chat tools can be a good source of help you learn
Platform: | Size: 31744 | Author: jacky | Hits:

[ICQ-IM-Chatmyqq_chat_and_send_file_use_tcpudp

Description: 聊天程序,使用TCP/UDP,可以实现局域网能聊天和传送文件-chat, the use of TCP/UDP, LAN will be chatting and transmission of documents
Platform: | Size: 1634304 | Author: 神和龙 | Hits:

[ICQ-IM-ChatUdpChatExample

Description: UdpChatExample upd 聊天程序-UdpChatExample upd Chat Program
Platform: | Size: 44032 | Author: 吴霞 | Hits:

[Internet-NetworkNetDetector

Description: 网络探测器,实现局域网内的在线计算机设备检测,获得局域网内的在线设备相关信息。 并具有聊天功能,可以实现点对点聊天和群聊 本功能通过UDP方式。-network detector, the LAN-line computer equipment testing, access to the LAN equipment related information online. And with the chat function, can achieve a peer-to-peer chatting and group chat function of the way through the UDP.
Platform: | Size: 7553024 | Author: Edifier.Net | Hits:

[TCP/IP stacktcpavdcvndudp

Description: 这是一个用C#写的一个很小的聊天程序!包括tcp和udp两种方式-This is a C# to write a little chat procedures! Including tcp and udp two ways
Platform: | Size: 2048 | Author: 杨科 | Hits:

[AI-NN-PRudpmessager

Description: 利用LabVIEW实现UDP方式的通信,放于互联网上的两台终端,可以实现类似QQ一样的聊天通信。-use LabVIEW UDP modes of communication, on the Internet or in the two terminals, QQ can achieve similar to the same chat communications.
Platform: | Size: 37888 | Author: 李炎华 | Hits:

[Internet-Networkchatview

Description: 视频聊天室VC++实现大部分功能 自己可以完善-Video Chat Room VC most of the functions they can improve
Platform: | Size: 100352 | Author: 张震 | Hits:

[Internet-Networkliantian

Description: 基于UDP穿透Symmetric NAT 实现不同内网间通讯的P2P网络聊天系统-based on UDP penetrating Symmetric NAT achieve different internal communication network of peer-to-peer networks Chat System
Platform: | Size: 259072 | Author: 吴阳辉 | Hits:

[Communication-MobileWinsockChatting

Description: 基于UDP协议的winsock聊天室,采用C/S模式,可以私聊,显示在线人数,保存聊天记录,发布系统公告,踢人,功能完善,逻辑严谨-based on the UDP winsock chat rooms, using C/S mode, Private Chat. online show the number of records kept chatting to publish notice system, gangs, complete functions, rigorous logic
Platform: | Size: 103424 | Author: libo | Hits:

[TCP/IP stackWWW.Ahaoz.CoM__vb49935552

Description: 基于VB6.0的UDP聊天软件,有登陆界面、软件说明和聊天界面-VB6.0 UDP based chat software, landing interface, the software interface descriptions and Chat
Platform: | Size: 120832 | Author: carryno4 | Hits:

[JSP/JavachatWithUDP

Description: 利用UDP实现网络聊天室,实现聊天无需建立连接,直接发送接收数据即可-use UDP Network chat room and chatting without realizing connect directly receiving data can be sent
Platform: | Size: 34816 | Author: cwj | Hits:

[Internet-NetworkCode

Description: 网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面的聊天程序。-network of the knowledge, network program, Socket is a link between the application and network driver bridges, Socket in the application process to create, Driving through bind with the procedures established relations. Since then, Socket applications presented data from the socket to the network driver to send out. Computer network received from the Socket bundled IP Port relevant data, by the driver to Socket, application procedures can Socket from the extraction of data received. Network applications through this is the socket for data transmission and reception. TCP and UDP Principle and the work of preparation, how to process the document link. Characters in a chat interface procedures.
Platform: | Size: 11264 | Author: 中国 | Hits:

[ICQ-IM-ChatChatServer

Description: 一个用MFC编写的基于UDP的网络聊天客户端. -a prepared with MFC UDP-based network chat client.
Platform: | Size: 67584 | Author: 就是恶 | Hits:

[Web Serveriamy_P2PChat

Description: P2PChat 点对点聊天工具,QQ穿网关原理,点对点跨网关通信,采用 Indy 的 UDP 组件。 需要改进的地方: 在发送消息的地方如果没有收到消息反馈则重发。 则重发消息,这个只要在Timer的事件里加几行代码就可以了。 在接收端端再做个消息冗余判断。-P2PChat peer-to-peer chat tools, QQ wear gateway theory, point-to-point inter-gateway communications, using Indy components of the UDP. Need to improve the place: send a message in the place If you do not receive feedback information is re-issued. Then re-发消息this as long as the events in Riga Timer few lines of code on it. In the receiving end-to-end message latency to be a judge again.
Platform: | Size: 459776 | Author: | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

CodeBus www.codebus.net